home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / id12.zip / READ.ME! < prev   
Text File  |  1990-02-16  |  991b  |  16 lines

  1. This archive contains Intelligent Disassembler version 1.2 and some
  2. demonstration material.  I used DOSEDIT.COM for a demo because it is
  3. public domain, and because I find it very useful.  To see the demo of
  4. ID in operation, run the batch OPEN.BAT - this will produce DOSEDIT.ASM,
  5. a disassembly of DOSEDIT.COM back to the symbolic assembler world.
  6. Please note that this demonstration is very incomplete and rough (I did
  7. not, for example, try to understand DOSEDIT, I just put the addresses
  8. that looked like code into DOSEDIT.OPN).  Because of this, you'll get
  9. errors (lots!) if you try to recompile it.  IF one were to really work on
  10. disassembling a program like DOSEDIT, one would have to figure out the
  11. jump tables in the code etc.  Mostly, I take a full disassembly of the
  12. program in question onto paper with SYMDEB (data areas and all), and then
  13. compare this with ID's output.  This trivial example is left as a excercise
  14. to the interested students...
  15.                         Otto J. Makela
  16.